home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / misc-part1 / 5381 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: nh.acorn.co.uk!uknet!str-ccsun!not-for-mail
  2. From: nbc@vulture.dmem.strath.ac.uk (Neil Brendan Clark)
  3. Newsgroups: comp.sys.amiga.misc
  4. Subject: Re: INDEX file on Aminet
  5. Date: 20 Feb 1996 16:46:58 -0000
  6. Organization: University of Strathclyde
  7. Message-ID: <4gctu2$28e@vulture.dmem.strath.ac.uk>
  8. References: <4g1t30$n6h@bambam.soi.city.ac.uk>
  9. NNTP-Posting-Host: vulture.dmem.strath.ac.uk
  10.  
  11. Olatunbosun S <be584@city.ac.uk> wrote:
  12. >
  13. >I'm using 'vi' on a Sparc station to scan 
  14. >thru' the INDEX file and it takes a few seconds before the file even appears
  15. >on the screen.
  16.  
  17. Dump the file somewhere and do a grep on it;
  18.     
  19.     grep -i mui INDEX
  20.  
  21. alternatively, you may have zgrep, in which case you can compress the INDEX
  22. file; or you can compress it anyway, and pipe the uncompressed output through
  23. grep;
  24.  
  25.     gunzip -c INDEX.gz | grep -i mui
  26.  
  27. This should work on all brands of UNIX as well as the Amiga - if you have
  28. grep, gzip and anonymous pipes installed. ;-) No need for any text editors!
  29.  
  30. -- 
  31. "I have trouble imagining death at that income level" - White Noise, D.Delillo
  32.  
  33.                  Neil Clark, Transparent Telepresence Group
  34.                   <http://telepresence.dmem.strath.ac.uk/>
  35.